| Visual Basic (Declaration) | |
|---|---|
Protected Overridable Function GetAllInstances( _ ByVal serviceType As Type _ ) As IEnumerable(Of Object) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As FrameworkBootstrapper(Of TRootModel) Dim serviceType As Type Dim value As IEnumerable(Of Object) value = instance.GetAllInstances(serviceType) | |
| C# | |
|---|---|
protected virtual IEnumerable<object> GetAllInstances( Type serviceType ) | |
| C++/CLI | |
|---|---|
protected: virtual IEnumerable<Object^>^ GetAllInstances( Type^ serviceType ) | |
Parameters
- serviceType
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family